Skip to main content
POST
/
api
/
v3
/
sites
/
{site_uuid}
/
cards
Create a new card
curl --request POST \
  --url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "b",
  "id_token": "ngzmiyvdljnikhwa"
}'
{
  "data": {
    "id": "01997fbc-103a-71c4-8c02-63711f5951dd",
    "name": "Haven Romaguera",
    "id_token": "eDI7xc8ZgO7KvMWYPh34",
    "created_at": "2025-09-25T07:17:35.000000Z",
    "updated_at": "2025-09-25T07:17:35.000000Z"
  }
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required

Body

application/json
name
string
required

Must not be greater than 255 characters.

Example:

"b"

id_token
string
required

Must not be greater than 20 characters.

Example:

"ngzmiyvdljnikhwa"

Response

200 - application/json
data
object
I